| 
 | 
 | 
 | 
| SftTree.SelCount Property | 
Returns the number of currently selected items.
Deprecated - Provided for compatibility with earlier versions only - Use Items.SelectionCount instead
Syntax
| VB.NET | Count = object.SelCount As Integer | ||
| VB | Count = object.SelCount As Long | ||
| C#.NET | int Count = object.SelCount; | ||
| VC++ | 
long Count = object->SelCount;
 | ||
| C | HRESULT object->get_SelCount(long* Count); | ||
| Delphi | Count := object.SelCount : Integer; | ||
object
A SftTree object.
Count
Returns the number of currently selected items.
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Items.SelectionCount instead
The SelCount property returns the number of currently selected items.
The Items.SelectionGroups property returns the number of groups of selected items.
See Also SftTree Object | Object Hierarchy